home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / MapStack / card_4316.txt < prev    next >
Text File  |  1990-04-02  |  9KB  |  426 lines

  1. -- card: 4316 from stack: in
  2. -- bmap block id: 6518
  3. -- flags: 0000
  4. -- background id: 2683
  5. -- name: Title Page
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   hide menubar
  9.   hide card field "Biographical"
  10.   play "Nice"
  11.  
  12.   choose select tool
  13.   drag from 160,257 to 319,283
  14.   Type "X" with commandkey
  15.  
  16.   Choose Text tool
  17.  
  18.   set TextAlign to left
  19.   set TextFont to Geneva
  20.   set TextSize to 12
  21.   set TextStyle to Plain
  22.  
  23.   click at 170,280
  24.   type "Click on arrow to begin"
  25.   choose browse tool
  26.  
  27.   get the short time
  28.   put it into card field "theTime"
  29. end OpenCard
  30.  
  31.  
  32.  
  33.  
  34. -- part 1 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=99 top=124 right=175 bottom=183
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Elephant
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   play "Elephant"
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 2 (button)
  54. -- low flags: 00
  55. -- high flags: 0000
  56. -- rect: left=44 top=37 right=73 bottom=103
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Elephant Small
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   play "Elephant"
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 3 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=164 top=223 right=240 bottom=311
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Speak name
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   talk "My name is hhhhannibal Barka",150,100
  87.   Talk "I lived from two hundred and forty seven to one hundred and eighty three B.C.",150,100
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 4 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=157 top=41 right=77 bottom=216
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Elephant Small
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   play "Elephant"
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part 5 (button)
  112. -- low flags: 00
  113. -- high flags: 0000
  114. -- rect: left=271 top=38 right=74 bottom=330
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: Elephant Small
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   play "Elephant"
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part 6 (button)
  131. -- low flags: 00
  132. -- high flags: 0000
  133. -- rect: left=387 top=39 right=75 bottom=446
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: Elephant Small
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   play "Elephant"
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 7 (button)
  150. -- low flags: 00
  151. -- high flags: 0000
  152. -- rect: left=276 top=123 right=174 bottom=360
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Elephant
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   play "Elephant"
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 8 (button)
  169. -- low flags: 00
  170. -- high flags: 0000
  171. -- rect: left=165 top=119 right=143 bottom=214
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: New Button
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   play "Elephant"
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 9 (button)
  188. -- low flags: 00
  189. -- high flags: 0000
  190. -- rect: left=345 top=120 right=144 bottom=394
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: New Button
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   play "Elephant"
  202. end mouseUp
  203.  
  204.  
  205.  
  206. -- part 10 (button)
  207. -- low flags: 00
  208. -- high flags: 0000
  209. -- rect: left=101 top=44 right=56 bottom=138
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 0 / 0
  212. -- text alignment: 1
  213. -- font id: 0
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: New Button
  218. ----- HyperTalk script -----
  219. on mouseUp
  220.   play "Elephant"
  221. end mouseUp
  222.  
  223.  
  224.  
  225. -- part 11 (button)
  226. -- low flags: 00
  227. -- high flags: 0000
  228. -- rect: left=215 top=46 right=58 bottom=252
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 0
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: New Button
  237. ----- HyperTalk script -----
  238. on mouseUp
  239.   play "Elephant"
  240. end mouseUp
  241.  
  242.  
  243.  
  244. -- part 12 (button)
  245. -- low flags: 00
  246. -- high flags: 0000
  247. -- rect: left=330 top=46 right=58 bottom=367
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 1
  251. -- font id: 0
  252. -- text size: 12
  253. -- style flags: 0
  254. -- line height: 16
  255. -- part name: New Button
  256. ----- HyperTalk script -----
  257. on mouseUp
  258.   play "Elephant"
  259. end mouseUp
  260.  
  261.  
  262.  
  263. -- part 13 (button)
  264. -- low flags: 00
  265. -- high flags: 0000
  266. -- rect: left=445 top=46 right=58 bottom=482
  267. -- title width / last selected line: 0
  268. -- icon id / first selected line: 0 / 0
  269. -- text alignment: 1
  270. -- font id: 0
  271. -- text size: 12
  272. -- style flags: 0
  273. -- line height: 16
  274. -- part name: New Button
  275. ----- HyperTalk script -----
  276. on mouseUp
  277.   play "Elephant"
  278. end mouseUp
  279.  
  280.  
  281.  
  282. -- part 17 (button)
  283. -- low flags: 00
  284. -- high flags: 0000
  285. -- rect: left=147 top=288 right=311 bottom=345
  286. -- title width / last selected line: 0
  287. -- icon id / first selected line: 0 / 0
  288. -- text alignment: 1
  289. -- font id: 0
  290. -- text size: 12
  291. -- style flags: 0
  292. -- line height: 16
  293. -- part name: Nice
  294. ----- HyperTalk script -----
  295. on mouseUp
  296.   Play "Nice"
  297. end mouseUp
  298.  
  299.  
  300.  
  301. -- part 19 (button)
  302. -- low flags: 00
  303. -- high flags: 0000
  304. -- rect: left=473 top=319 right=342 bottom=512
  305. -- title width / last selected line: 0
  306. -- icon id / first selected line: 1013 / 1013
  307. -- text alignment: 1
  308. -- font id: 0
  309. -- text size: 12
  310. -- style flags: 0
  311. -- line height: 16
  312. -- part name: Next
  313. ----- HyperTalk script -----
  314. on mouseUp
  315.   set UserLevel to 5
  316.   choose select tool
  317.   drag from 157,260 to 319,283
  318.   type "X" with commandkey
  319.  
  320.   choose browse tool
  321.   visual effect iris open slow
  322.   go to card id 3574
  323. end mouseUp
  324.  
  325.  
  326.  
  327. -- part 20 (field)
  328. -- low flags: 81
  329. -- high flags: 0002
  330. -- rect: left=74 top=96 right=225 bottom=449
  331. -- title width / last selected line: 0
  332. -- icon id / first selected line: 0 / 0
  333. -- text alignment: 0
  334. -- font id: 3
  335. -- text size: 12
  336. -- style flags: 0
  337. -- line height: 16
  338. -- part name: Biographical
  339.  
  340.  
  341. -- part 21 (button)
  342. -- low flags: 00
  343. -- high flags: 0000
  344. -- rect: left=128 top=312 right=336 bottom=387
  345. -- title width / last selected line: 0
  346. -- icon id / first selected line: 0 / 0
  347. -- text alignment: 1
  348. -- font id: 0
  349. -- text size: 12
  350. -- style flags: 0
  351. -- line height: 16
  352. -- part name: 
  353. ----- HyperTalk script -----
  354. on mouseUp
  355.   show card field "Biographical"
  356.   choose eraser tool
  357.   drag from 157,250 to 319,250
  358.   drag from 319,275 to 157,275
  359.  
  360.   choose text tool
  361.   click at 170,275
  362.   Type "Click mouse to continue"
  363.   choose browse tool
  364.   wait until the MouseClick
  365.   hide card field "Biographical"
  366.  
  367.   choose eraser tool
  368.   drag from 157,250 to 319,250
  369.   drag from 319,275 to 157,275
  370.  
  371.   choose text tool
  372.   click at 170,275
  373.   Type "Click on arrow to begin"
  374.   choose browse tool
  375. end mouseUp
  376.  
  377.  
  378.  
  379. -- part 24 (field)
  380. -- low flags: 01
  381. -- high flags: 0000
  382. -- rect: left=414 top=296 right=311 bottom=502
  383. -- title width / last selected line: 0
  384. -- icon id / first selected line: 0 / 0
  385. -- text alignment: 0
  386. -- font id: 3
  387. -- text size: 12
  388. -- style flags: 0
  389. -- line height: 16
  390. -- part name: theTime
  391.  
  392.  
  393. -- part 30 (button)
  394. -- low flags: 00
  395. -- high flags: A002
  396. -- rect: left=16 top=319 right=340 bottom=76
  397. -- title width / last selected line: 0
  398. -- icon id / first selected line: 0 / 0
  399. -- text alignment: 1
  400. -- font id: 0
  401. -- text size: 12
  402. -- style flags: 0
  403. -- line height: 16
  404. -- part name: Return
  405. ----- HyperTalk script -----
  406. on mouseUp
  407.   global returncard
  408.   go to returncard
  409. end mouseUp
  410.  
  411.  
  412.  
  413. -- part contents for card part 20
  414. ----- text -----
  415. Craig Hofmeister, ninth grade student
  416. Cincinnati Country Day School
  417. 6905 Given Rd.; Cincinnati, Ohio  45243;  513-561-7298
  418. Project in partial fulfillment of requirements in freshman  
  419.      Ancient and Medieval History course             
  420. Teacher:   Paul Hager, Ph.D.
  421. Hyperadvisors:  Joseph Hofmeister, Nancy Folgelson, Ph.D 
  422. Copyright April 1988; Cincinnati Country Day School
  423.  
  424. -- part contents for card part 24
  425. ----- text -----
  426. 1:57 PM